home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2005 May / CyberMycha 05-2005 (Poland).bin / Immortal / cotndemo.exe / Data1.cab / land_animal.tai < prev    next >
Encoding:
Text File  |  2004-11-16  |  416 b   |  32 lines

  1. //
  2. // Land unit AI file
  3. //
  4. // Behaviors:
  5. //
  6. //        Keep an eye out for enemy units, pursue and attack if spotted.
  7. //
  8. //    Notes:
  9. //
  10. //    Known Problems:
  11. //
  12.  
  13. Graze
  14. {
  15.     TakingLightDamage true(FleeDanger)
  16. }
  17.  
  18. Hunt
  19. {
  20.     TakingLightDamage true(FleeDanger)
  21. }
  22.  
  23. Idle
  24. {    
  25.     TakingLightDamage true(FleeDanger)
  26. }
  27.  
  28. #include("Generic Attack.tai")
  29. #include("Generic Movement.tai")
  30. #include("Generic Death.tai")
  31.  
  32.